home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / gcc / gcc270-b.lha / gnu / geninline / mklibamiga / gluesrc2.lha / SetJoyPortAttrs.S < prev    next >
Text File  |  1994-09-22  |  178b  |  17 lines

  1.  
  2. #include <bases.h>
  3.  
  4.     .text
  5.  
  6.     .globl _SetJoyPortAttrs
  7.  
  8. _SetJoyPortAttrs:
  9.     movel    a6,sp@-
  10.     GETLOWBASE
  11.     lea    sp@(8:W),a1
  12.     movel    a1@+,d0
  13.     jsr    a6@(-132:W)
  14.     extl    d0
  15.     movel    sp@+,a6
  16.     rts
  17.